Skip to content

Conversation

@nicoburns
Copy link
Contributor

This means that local_name!(html) will work as well as local_name!("html").
If the atom value is something like foo-bar then local_name!("foo-bar") will work but local_name!(foo-bar) wont because foo-bar is not a valid ident.

This means that local_name!(html) will work as well
as local_name!("html")

Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
@nicoburns nicoburns added this pull request to the merge queue Sep 5, 2025
@nicoburns nicoburns removed this pull request from the merge queue due to a manual request Sep 5, 2025
@nicoburns nicoburns changed the title Make macros accept idents where atom is a valid atom Make macros accept idents where atom value is a valid ident Sep 5, 2025
@nicoburns nicoburns added this pull request to the merge queue Sep 5, 2025
Merged via the queue into main with commit 533b64e Sep 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants